const testing.loopPoisonMask
3 uses
testing (current package)
benchmark.go#L404: if b.loop.n&loopPoisonMask != 0 {
benchmark.go#L419: if b.loop.i&loopPoisonMask != 0 {
benchmark.go#L532: loopPoisonMask = ^uint64((1 << (63 - (iota - 1))) - 1)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)